textview: Use GtkGestureMultiPress for click handling
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 7 May 2014 11:15:30 +0000 (13:15 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:30 +0000 (19:54 +0200)
commita4da4f8dfa2201d4d0c02cbf8a5fa9c22c50939d
tree7cb8f33f69430e29e943a43504f3405e7f545ff4
parentfe9685bca12c0f8b8538f65c49f1d57f82ad08bb
textview: Use GtkGestureMultiPress for click handling

The button press handler is no longer necessary, and most of its
code has been shuffled into the GtkGestureMultiPress::pressed
handler.
gtk/gtktextview.c